<feed xmlns='http://www.w3.org/2005/Atom'>
<title>{graveyard}/qt-creator/plugin-fossil-scm.git/plugins/fossil/pullorpushdialog.cpp, branch master</title>
<subtitle>fromGit static_content test obsolete: Fossil SCM plugin for Qt Creator
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{graveyard}/qt-creator/plugin-fossil-scm.git/'/>
<entry>
<title>Adapt to upstream change</title>
<updated>2022-09-21T07:04:29+00:00</updated>
<author>
<name>Christian Stenger</name>
<email>christian.stenger@qt.io</email>
</author>
<published>2022-09-21T06:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{graveyard}/qt-creator/plugin-fossil-scm.git/commit/?id=9cea8ab213c789e6bb832b0e371bd018396219f5'/>
<id>9cea8ab213c789e6bb832b0e371bd018396219f5</id>
<content type='text'>
Change-Id: I6c5dc04977e802860a1c5f5259893406f50750e1
Reviewed-by: hjk &lt;hjk@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6c5dc04977e802860a1c5f5259893406f50750e1
Reviewed-by: hjk &lt;hjk@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt to upstream changes</title>
<updated>2019-12-19T15:42:01+00:00</updated>
<author>
<name>Eike Ziller</name>
<email>eike.ziller@qt.io</email>
</author>
<published>2019-12-19T14:13:45+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{graveyard}/qt-creator/plugin-fossil-scm.git/commit/?id=b418e205cf3661a491afa5f608a612dee316141b'/>
<id>b418e205cf3661a491afa5f608a612dee316141b</id>
<content type='text'>
Change-Id: I105277aba8e7d897ed65f8bba4cd803091046212
Reviewed-by: Orgad Shaneh &lt;orgads@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I105277aba8e7d897ed65f8bba4cd803091046212
Reviewed-by: Orgad Shaneh &lt;orgads@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2018-07-16T20:49:28+00:00</updated>
<author>
<name>Artur Shepilko</name>
<email>artur.shepilko@nomadbyte.com</email>
</author>
<published>2018-07-16T19:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{graveyard}/qt-creator/plugin-fossil-scm.git/commit/?id=06d73b2e24249290e68a095e7a69a1cab172b4f8'/>
<id>06d73b2e24249290e68a095e7a69a1cab172b4f8</id>
<content type='text'>
Change-Id: I2b1db2013cad9d25d2a54439866aae63a62623f0
Reviewed-by: Orgad Shaneh &lt;orgads@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2b1db2013cad9d25d2a54439866aae63a62623f0
Reviewed-by: Orgad Shaneh &lt;orgads@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Vcs: Add Fossil SCM integration plugin</title>
<updated>2017-02-09T16:43:38+00:00</updated>
<author>
<name>Artur Shepilko</name>
<email>artur.shepilko@nomadbyte.com</email>
</author>
<published>2016-11-16T18:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{graveyard}/qt-creator/plugin-fossil-scm.git/commit/?id=dea25a6b62d97ddbe4a94c028c3431d91dac5b86'/>
<id>dea25a6b62d97ddbe4a94c028c3431d91dac5b86</id>
<content type='text'>
* Qt Creator base-commit: f77af5e3362cc6c4360ea1d197fb834cd5b072fa
* Stand-alone plugin source tree for integration into qtc super-project
* Original release: https://github.com/nomadbyte/qtcreator-plugin-fossil
* Adapted from Bazaar plugin implementation

Configuring Fossil
------------------

1. Download the [Fossil SCM client](http://fossil-scm.org) and install `fossil`
   executable file in your `PATH`.

2. Create or designate a directory to store local Fossil repositories and
   remote clones. For example: `~/fossils/qt`.

3. Configure Version Control Options for the Fossil plugin to use
   the designated directory as `Local Repositories Default path`.

Now Fossil should become available as a VCS choice to create new local
repositories, as well as a choice in `New File or Project` to clone a
remote Fossil repository.

Change-Id: I630184c1b344184d9e08ae2fc24a5e4766f834b9
Reviewed-by: Eike Ziller &lt;eike.ziller@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Qt Creator base-commit: f77af5e3362cc6c4360ea1d197fb834cd5b072fa
* Stand-alone plugin source tree for integration into qtc super-project
* Original release: https://github.com/nomadbyte/qtcreator-plugin-fossil
* Adapted from Bazaar plugin implementation

Configuring Fossil
------------------

1. Download the [Fossil SCM client](http://fossil-scm.org) and install `fossil`
   executable file in your `PATH`.

2. Create or designate a directory to store local Fossil repositories and
   remote clones. For example: `~/fossils/qt`.

3. Configure Version Control Options for the Fossil plugin to use
   the designated directory as `Local Repositories Default path`.

Now Fossil should become available as a VCS choice to create new local
repositories, as well as a choice in `New File or Project` to clone a
remote Fossil repository.

Change-Id: I630184c1b344184d9e08ae2fc24a5e4766f834b9
Reviewed-by: Eike Ziller &lt;eike.ziller@qt.io&gt;
</pre>
</div>
</content>
</entry>
</feed>
